home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1784 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.2 KB

  1. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  2. From: Juergen Lock <nox@jelal.north.de>
  3. Date: Thu, 28 Jul 1994 19:36:59 +0200 (MET DST)
  4. In-Reply-To: <9407270902.AA17262@issan.informatik.uni-dortmund.de> from "Andreas Schwab" at Jul 27, 94 11:02:46 am
  5. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  6. Organization: Dept. of Computer Science, TU Dresden, Germany
  7. Mime-Version: 1.0
  8.  
  9. Andreas Schwab wrote:
  10.  
  11. > This patch changes the pipe fs to use the full size of the pipe buffer
  12. > instead of one less.  This may not look very much, but why shouldn't
  13. > MiNT be as good as Linux? :-)  Anyway, the data copying should be a
  14. > bit more efficient now.
  15.  
  16. I think Juergen had already implemented this.  Could you check your
  17. patch against the one posted in the following message?
  18.  
  19. From: Juergen Lock <nox@jelal.north.de>
  20. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  21. Message-Id: <9407172345.AA00280@jelal.north.de>
  22.  
  23. biosfs.c,pipefs.c,tty.c:
  24.         add readb+writeb for ptys (for the slave->master pipe),
  25.         use memcpy for all pipes
  26.         really buffer 4K not 4K - 1 byte so the copies are aligned more often
  27.  
  28. Michael
  29. -- 
  30. Email: hohmuth@inf.tu-dresden.de
  31. WWW:   http://www.inf.tu-dresden.de/~mh1/
  32.